projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c015744
)
fix test_cargo_build_lib
author
Aleksey Kladov
<aleksey.kladov@gmail.com>
Sat, 14 May 2016 20:53:49 +0000
(23:53 +0300)
committer
Aleksey Kladov
<aleksey.kladov@gmail.com>
Wed, 18 May 2016 22:42:29 +0000
(
01:42
+0300)
tests/test_cargo_build_lib.rs
patch
|
blob
|
history
diff --git
a/tests/test_cargo_build_lib.rs
b/tests/test_cargo_build_lib.rs
index 5bd2373c77db737b59cf37e97c45aba6c9ad8d12..dc263d824d7288e164dd5bf5545ee43aa2f51dc1 100644
(file)
--- a/
tests/test_cargo_build_lib.rs
+++ b/
tests/test_cargo_build_lib.rs
@@
-35,7
+35,7
@@
test!(build_lib_only {
assert_that(p.cargo_process("build").arg("--lib").arg("-v"),
execs()
.with_status(0)
- .with_std
out
(verbose_output_for_lib(&p)));
+ .with_std
err
(verbose_output_for_lib(&p)));
});